/*****网站内页，全局栏目头颜色设置－开始******/

a:focus, a:hover{color:#fc9f1d;}
h1,h2,h3,h4,h5,h6,p{margin: 0;padding: 0;}
.clear{clear: both;}
/*****内容区1200像素******/
@media (min-width: 768px) {
    .container {
        width:750px
    }
}
@media (min-width: 992px) {
    .container {
        width:970px
    }
}
@media (min-width: 1200px) {
    .container {
        width:1200px
    }
}


/* 公用标题样式 */
.bt{margin-bottom: 30px;text-align:center;}
.bt h3 {font-size: 28px;line-height: 1; margin-bottom: 10px; letter-spacing: 5px; color: #333;font-weight: bold;}
.bt h5 {text-transform: uppercase; font-weight: bold; font-size: 15px; line-height: 1;  letter-spacing: 3px;color: #555;margin-bottom: 10px;}
.bt p { font-size: 14px; line-height: 1;  color: #666; display: inline-block; padding: 2px 10px;  border-left: 3px solid #1a509a;border-right: 3px solid #1a509a;}
.bt hr{border-top: 3px solid #1a509a;width: 60px;margin: 0 auto;}
.bt .fa { color: #003f93; font-size: 36px;line-height: 20px;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){
  
  .bt{padding: 0 15px;}
  .bt h3{font-size: 22px;letter-spacing: 3px;margin-bottom: 5px;}
  .bt h5{font-size: 13px;letter-spacing: 2px;}
  .bt p{font-size:13px;line-height: 1.5;}

}
@media (max-width: 767px){

}

@media (max-width: 415px){
 
}

/* 行业 */
.hangye{background: url(../images/bg1.jpg)no-repeat center;}

.hy-bt{margin-top: 30px;margin-bottom: 20px;}

.hy-cont{}
.hy-cont ul{}
.hy-cont ul li{float:left;width: 20%;}
.hy-cont ul li a{display:block;position:relative;background: #232323;overflow: hidden;}
.hy-cont ul li a img{width: 100%;opacity: .75;transition: all .5s;}
.hy-cont ul li a .hy-bg {position: absolute; top: 0; background: rgb(26 80 154 / 60%);width: 100%; height: 100%;transition: all .5s;transform: rotateY(90deg);}
.hy-cont ul li a .hy-txt{position: absolute;width: 100%;text-align:center;height: 100%;color: #fff;z-index: 5;top: 0;padding-top: 40%;}
.hy-cont ul li a .hy-txt hr {border-top: 3px solid #e6e6e6;width: 20%;margin: 10px auto;}
.hy-cont ul li a .hy-txt h3 { font-size: 26px;line-height: 1; margin-top: 20px;letter-spacing: 1px;}
.hy-cont ul li a .hy-txt h5 {font-size: 20px; line-height: 1;padding: 0 20px;}

.hy-cont ul li a:hover img{opacity: 1;}
.hy-cont ul li a:hover .hy-bg{top: 0;transform: rotateY(0deg);}

.hy-btn{}
.hy-btn a { background: none !important;color: #fff;text-align: center;padding: 50px 0;}
.hy-btn a h3 {font-size: 18px;line-height: 1;letter-spacing: 1px;margin-bottom: 6px;}
.hy-btn a h5 { font-size: 20px;line-height: 1;}

@media (min-width: 992px) and (max-width: 1200px){
 
  .hy-cont ul li a .hy-txt .hy-ico img{width: 80px;}
  
}
@media (max-width: 992px){

  
  .hy-cont ul li a .hy-txt{padding-top: 30%;}
  .hy-cont ul li a .hy-txt .hy-ico img{width: 75px;}
  .hy-cont ul li a .hy-txt h3 {font-size: 24px; margin-top: 15px;letter-spacing: 2px;}
  
}
@media (max-width: 767px){
  
  .hy-cont ul li {float: left;width: 33.3333%;}
  .hy-cont ul li a .hy-txt h3 {font-size: 16px;margin-top: 10px;letter-spacing: 2px;}
  .hy-cont ul li a .hy-txt .hy-ico img {width: 60px;}
  .hy-cont ul li a .hy-txt {padding-top: 30%;}

  .hy-cont ul li a .hy-txt h5{font-size: 16px;}
  
}

@media (max-width: 415px){
 
}






.zpzs{padding: 50px 0;}

.zp-cont{}
.zp-cont ul{overflow: hidden;}
.zp-cont ul li{float: left;width: 25%;padding: 0 8px;margin-bottom:15px;}
.zp-cont ul li a{display: block;}
.zp-cont ul li a .zp-img {height: 210px; overflow: hidden;border: 1px solid #ddd;background: #fff; display: flex;flex-wrap: wrap;justify-content: center;}
.zp-cont ul li a .zp-img img { height: 100%; transition: all .5s;width: auto;}
.zp-cont ul li a p { text-align: center; font-size: 16px;line-height: 1;color: #555;padding-top: 8px;}
.zp-cont ul li a:hover .zp-img img{transform: scale(1.1);}
.zp-cont ul li a:hover p{color: #f09015;}

.zp-btn{text-align:center;margin-top: 20px;}
.zp-btn a { display: inline-block;  background: #003f93;color: #fff; font-size: 15px; line-height: 1;  padding: 12px 35px; border-radius: 3px;box-shadow: 2px 2px 1px #002d69;transition: all .5s;border: 2px solid #003f93;}
.zp-btn a:hover{background: #fc9f1d;color: #fff;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .zp-cont ul li a .zp-img{height:170px;}

  
}

@media (max-width: 992px){
  
  .zp-cont ul li{padding: 0 5px;}
  .zp-cont ul li a .zp-img{height:130px;}
  
  .zp-cont ul li a p{padding: 5px 0;}

  
}

@media (max-width: 767px){
 
.zpzs {padding: 30px 0;}
  
  .zp-cont{padding: 0 10px;}
  .zp-cont ul li {width: 50%;}
  
  
  
}



/* 关于我们 */
.gywm{padding: 60px 0 80px;background:url(../images/bg3.jpg)no-repeat center;}

.gy-left{float: left;width: 40%;background: url(../images/gyimg-bg.png)no-repeat left top;padding: 50px 0 0 40px;background-size: 150px;}

.gy-right{float: right; width: 56%;}
.gy-bt{}
.gy-bt h3 {font-size: 30px;line-height: 1; color: #fff;letter-spacing: 2px;}
.gy-bt .mask{margin: 25px 0;}
.gy-txt{height: 225px;overflow: hidden;overflow-y: auto;padding-right: 15px;}
.gy-txt p {font-size: 15px;line-height: 1.5; color: #fff;}
.gy-txt::-webkit-scrollbar {width: 3px;background: #ddd;border-radius: 10px;}
.gy-txt::-webkit-scrollbar-thumb { background-color: #fc9f1d;  -webkit-border-radius: 2em;-moz-border-radius: 2em;border-radius: 2em;}
.gy-btn{margin-top: 20px;}
.gy-btn a {display: inline-block; width: 150px; margin-right: 20px; font-size: 16px; line-height: 40px;border: 1px solid #fff;text-align: center;height: 40px; color: #fff;border-radius: 2px;transition: all .5s;}
.gy-btn a:hover{background: #fff;color: #003f93;}
.gy-btn a.a1{background: #fc9f1d;}
.gy-btn a.a1:hover{background: #003f93;color: #fff;}


@media (min-width: 992px) and (max-width: 1200px){
  
  .gy-left{padding: 40px 0 0 30px;background-size: 120px;}
  .gy-txt{height: 170px;}
  .gy-txt p{font-size: 14px;}
  .gy-btn a{font-size: 15px;width: 140px;}
  .gy-bt .mask {margin: 20px 0;}
  .gy-bt h3{font-size: 26px;}
  
  
  
}


@media (max-width: 992px){
  
  .gy-left{padding: 40px 0 0 30px;background-size: 120px;}
  .gy-txt{height: 170px;}
  .gy-txt p{font-size: 14px;}
  .gy-btn a { font-size: 14px;width: 120px;margin-right: 10px;height: 36px;line-height: 36px;}
  .gy-bt .mask {margin: 20px 0;}
  .gy-bt h3{font-size: 26px;}
  
  
  
  
}
@media (max-width: 767px){

  .gy-left{display: none;}
  .gy-right{float: none;width: 100%;padding: 0 15px;}
  
  .gywm{padding: 30px 0;}
  .gy-bt h3 {font-size: 24px;}
  
  .gy-txt {height: 360px;}
  .gy-btn a{width: 30%;margin-right: 2%;}
  
}




/* 案例 */
.anli{padding: 50px 0 80px;}

.al-nr{float: left;width: 36%;padding-left: 50px;padding-top: 30px;}
.al-nr h5{text-transform: uppercase;font-size: 14px;line-height: 1;color: #999;border-top: 1px solid #aaa; display: inline-block; padding-top: 5px;margin-bottom: 10px;}
.al-nr h3{font-size: 24px; font-weight: bolder; color: #000;line-height: 1;margin-bottom: 30px;}
.al-nr p {font-size: 15px; line-height: 1.8; color: #888;}
.al-nr a {display: inline-block;font-size: 15px; line-height: 1; background: #222; color: #fff; padding: 12px 35px;  margin-top: 50px;}
.al-nr a:hover{color: #c96;}

.al-cont{}

.al-cont a {display: flex;position: relative;align-items: center;}
.al-cont a h1 { position: absolute;width: 100%; height: 40px;bottom: 0;font-size: 16px;line-height: 40px;color: #fff;background: rgb(0 0 0 / 60%); letter-spacing: 2px;font-weight: normal;transition: all .5s;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}

.al-cont a img{transition: all .5s;}
.al-cont a:hover img{transform: scale(1.1);}


.al-box1{float: left;width: 66.66%;padding-right: 15px;margin-bottom: 15px;}
.al-box1 a{display: block;position: relative;height: 375px;overflow: hidden;display: flex;align-items: center;}
.al-box1 a img{width: 100%;transition:all .6s;min-height: 100%;}


.al-box2{float:left;width: 33.33%;}
.al-box2 .al-img1{margin-bottom: 15px;overflow: hidden;position: relative;}
.al-box2 .al-img1 a{display:block;height: 260px;}
.al-box2 .al-img1 img{width: 100%;transition:all .6s;min-height: 100%;}


.al-box3{}
.al-box3 .al-img2{float: left;width: 25%;padding-right: 15px;}
.al-box3 .al-img2 a{display: block;overflow: hidden;height: 200px;position: relative;}
.al-box3 .al-img2 a img{width: 100%;min-height: 100%;transition:all .6s;}
.al-box3 .al-img2:nth-last-child(2){padding: 0;}



.al-btn{margin-bottom: 15px;height: 100px;}
.al-btn a {background: #1a509a;padding: 10px;display: block;}
.al-btn a span {display: block;border: 1px solid #fff;text-align: center; font-size: 24px; line-height: 80px;color: #fff;}
.al-btn a:hover{background: #fc9f1d;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .al-box1 a{height: 295px;}
  
  
  .al-box3 .al-img2{padding-right: 10px;}
  .al-box2 .al-img1 a{height: 200px;}
  .al-box3 .al-img2 a{height:200px;}
  .al-btn{height: 80px;}
  .al-btn a span{font-size: 22px;line-height: 60px;}
  
}
@media (max-width: 992px){

  .anli {padding: 30px 0;}
  
  .al-cont a h1{font-size: 14px;height: 30px;line-height: 30px;letter-spacing: 0;}
  
  .al-bt {margin-bottom: 30px;}
  .al-nr { float: left; width: 36%;padding-left: 20px; padding-top: 0;}
  .al-nr h5{font-size: 12px;margin-bottom: 10px;}
  .al-nr h3 {font-size: 22px;margin-bottom: 15px;}
  .al-nr p {font-size: 13px; line-height: 1.6; color: #888;}
  .al-nr a {display: inline-block;font-size: 14px;  line-height: 1; background: #222; color: #fff; padding: 10px 30px; margin-top: 30px;}
  
  .al-box1 {  padding-right: 10px; margin-bottom: 10px;}
  .al-box1 a{height: 240px;}
  .al-box2 .al-img1{margin-bottom: 10px;}
  .al-box2 .al-img1 a{height: 160px;}
  .al-box3 .al-img2 {padding-right: 10px;}
  .al-box3 .al-img2 a{height:140px;}
  
  .al-btn {margin-bottom: 10px;height: 70px;}
  .al-btn a span{font-size: 18px;line-height: 50px;}
  
}
@media (max-width: 767px){

  .al-bt { margin-bottom: 20px; padding: 0 15px;}
  
  .al-img {float: none; width: 100%;}
  .al-nr { float: none;  width: 100%;  padding: 0;margin-top: 20px;}
  
  .al-nr p { font-size: 12px;line-height: 1.5;color: #888;}
  .al-nr a{font-size: 13px;margin-top: 20px;}
  
  .al-cont {padding: 0 10px;}
  .al-box1 { padding: 0 5px;margin-bottom: 5px;float: none; width: 100%;}
  .al-box1 a {height: 220px;}
  
  .al-box2 { float: none; width: 100%; overflow: hidden;padding-left: 5px;}
  .al-box2 .al-img1 {margin-bottom: 5px;float: left; width: 50%; padding-right: 5px;overflow: hidden;}
  .al-box2 .al-img1 a { height: 120px;overflow: hidden;}
  
  .al-box3 {padding-left: 5px;}
  .al-box3 .al-img2 { padding-right: 5px;}
  .al-box3 .al-img2 { float: left; width: 50%;margin-bottom: 5px;}
  
  
  .al-cont a h1{font-size: 14px;}

  .al-btn { margin-bottom: 5px;float: left;width: 50%;padding-right: 5px;height: 120px;}
  .al-btn a { color: #fff;font-size: 16px; line-height: 120px; text-align: center;padding: 5px;height: 100%;}
  .al-btn a span {height: 100%;line-height: 1; font-size: 16px;display: flex; align-items: center;justify-content: center;}
  
}




.adv-bg{background: url(../images/bg5.jpg)no-repeat center top;padding: 70px 0 40px;}

.adv-txt{float: right;width: 60%;text-align: center;color: #fff;}
.adv-txt h2 {font-size: 28px;line-height: 1;margin-bottom: 10px; letter-spacing: 2px;}
.adv-txt h3 {font-size: 17px; line-height: 1.5;}
.adv-txt p { font-size: 22px; line-height: 1; border: 1px solid #fff;width: 70%;margin: auto;border-radius: 50px; padding: 8px 0;}
.adv-txt .adv-dh{margin: 20px auto;}
.adv-txt .adv-dh h5 { font-size: 20px; line-height: 1;margin-bottom: 10px;}
.adv-txt .adv-dh h4{  font-size: 24px;line-height: 1;border: none;width: 100%;}
.adv-txt .adv-dh h4 span{display: inline-block;font-size: 20px;}
.adv-txt .adv-dh h4 br{display: none;}

@media (min-width: 992px) and (max-width: 1200px){
  
  .adv-txt h3{font-size: 15px;}
  
  
}
@media (max-width: 992px){

  .adv-bg{background-size: auto 100%;}
  
  .adv-txt{width: 64%;}
  .adv-txt h3 {font-size: 16px;letter-spacing: 1px;margin-bottom: 10px;}
  .adv-txt h2{font-size: 22px;}
  
  .adv-txt .adv-dh h4 br{display: block;}
  
  .adv-txt .adv-dh { margin: 15px auto;}
  .adv-txt p{width: 90%;font-size: 20px;}
  
}
@media (max-width: 767px){
  
  .adv-bg{background: url(../images/bg5.jpg)no-repeat center right;padding: 30px 0;}
  .adv-txt {width: 100%; padding: 0 10px;}
  
  .adv-txt h3 {font-size: 15px;letter-spacing: 0;}
  .adv-txt h2 {font-size: 18px;letter-spacing: 1px;}
  .adv-txt .adv-dh h5{font-size: 18px;}
  .adv-txt .adv-dh h4 {font-size: 18px;line-height: 1.3;}
  .adv-txt .adv-dh h4 span{font-size: 16px;}
  
  .adv-txt .adv-dh {margin: 10px auto;}
  
  .adv-txt p{font-size: 16px;}
  
}



/* 新闻 */
.xinw{padding: 50px 0;background: url(../images/bg6.jpg)no-repeat center bottom;}

.xw-bt{margin-bottom: 50px;}

.xw-list{}
.xw-list ul{}
.xw-list ul li{float: left;width: 50%;padding: 0 15px;margin-bottom: 30px;}
.xw-list ul li a{overflow: hidden;display: block;}
.xw-list ul li a .xw-img{float: left;width: 30%;height: 120px;border: 1px solid #ddd;overflow: hidden;}
.xw-list ul li a .xw-img img{width: 100%;min-height: 100%;transition: all .5s;}
.xw-list ul li a .xw-info{float:left;width: 70%;padding-left: 15px;padding-top: 10px;}
.xw-list ul li a .xw-info h3 {font-size: 16px; line-height: 1;color: #333;overflow: hidden; text-overflow: ellipsis;white-space: nowrap;}
.xw-list ul li a .xw-info h5 { font-size: 12px;line-height: 1;margin: 10px 0; border-bottom: 1px dashed #ddd;padding-bottom: 10px;color: #888;}
.xw-list ul li a .xw-info p { font-size: 13px;line-height: 1.3; color: #777;height: 50px;overflow: hidden;}

.xw-list ul li a:hover .xw-info h3{color: #003f93;}
.xw-list ul li a:hover .xw-img img{transform: scale(1.05);}

.xw-btn{margin-top: 20px;text-align: center;}
.xw-btn a { font-size: 15px;line-height: 1;border: 1px solid #bbb;display: inline-block;padding: 11px 35px;  color: #888;border-radius: 2px;transition: all .5s;}
.xw-btn a:hover{color: #fff;background: #003f93;}

@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

  
  .xw-list ul li a .xw-img{width: 35%;height: 100px;}
  .xw-list ul li a .xw-info{width: 65%;padding-left: 10px;padding-top: 5px;}
  .xw-list ul li a .xw-info h5{margin: 6px 0;padding-bottom: 5px;}
  
  .xw-list ul li a .xw-info p{font-size: 12px;height: 45px;}
  
}
@media (max-width: 767px){
  .xinw{padding: 30px 0;}
  
  .xw-bt {margin-bottom: 20px;}
  .xw-list ul li { float: none; width: 100%;padding: 0 15px; margin-bottom: 15px;}
  .xw-btn a{font-size: 13px;}
  
  
  
  

}

@media (max-width: 415px){
 
}



/* 友情链接 */
.links {margin: 30px 0 15px; border: 2px dashed #1a509a7a;border-radius: 5px;padding: 20px 15px;}
.links span {font-size: 16px; line-height: 1.5; color: #003f93; font-weight: bold;text-transform: uppercase;display: inline-block;margin-bottom: 5px;}
.links span b {font-size: 18px; background: #003f93; color: #fff;  line-height: 1; padding: 2px 10px;margin-right: 5px;border-radius: 2px;}
.links a{margin: 0 5px;font-size: 14px;line-height: 1.5;color: #555;}
.links a:hover{color: #003f93;}





@media (max-width: 767px){

  .links{padding: 15px;margin: 30px 0 15px;}
  
  .links span b{font-size: 16px;}
  .links span{font-size: 15px;}
  .links a {font-size: 13px;}

}



/*底部*/
.f-nav { background: #003f93;padding: 15px 0;}
.f-nav ul{overflow: hidden;}
.f-nav ul li {float: left;padding: 5px 0;}

.f-nav ul li a { color: #fff; display: block;font-size: 15px;line-height: 1;border-right: 1px solid #ccc;padding: 0 44px;}
.f-nav ul li:last-child a{border: none;}
.f-nav ul li a:hover{color: #fc9f1d;}

.f_one{background: #1d1d1d;padding-top: 20px;}

.f-logo{float: left;padding-right: 15px;width: 25%;}
.f-logo img{width: 100%;margin-top: 30px;}

.f-lx{float: left;width: 76%;padding: 10px 0;}
.f-lx h3 { font-size: 22px; line-height: 1;color: #fff;font-weight: bold;letter-spacing: 1px;margin-bottom: 10px;}
.f-lx p { font-size: 15px;line-height: 1.5;color: #fff;float: left;width: 50%;}
.f-lx p span {width: 75px;display: inline-block;text-align: justify;text-align-last: justify;}
.f-lx p a:hover{color: #fc9f1d;}

.f-ewm{float: right;width: 24%;}
.f-ewm .ewm-box { float: left; width: 46%; border: 1px solid #ccc; border-radius: 10px;padding: 10px; margin: 0 2%;position:relative;}
.f-ewm .ewm-box img{width: 100%;}
.f-ewm .ewm-box p { font-size: 14px;  line-height: 1; color: #fff; position: absolute;  bottom: -10px;width: 80%; text-align: center;margin: 0 10%; background: #1d1d1d; z-index: 3; left: 0;}

.sec-tit.left-keyword-tit, .themain {
    display: block;
}
.themain {
    clear: both;
    text-align: center;
    color: #fff;margin-top: 10px;
}
.themain a {
    color: #fff;
    margin: 0 5px;
}

p.copyright {  font-size: 15px; line-height: 1;color: #fff;  padding: 12px 0; text-align: center; border-top: 1px solid #eee;margin-top: 10px;}

.mo-f { background: #003f93; padding: 20px 15px;color: #fff;text-align: center;}
.mo-f h3 { font-size: 20px;line-height: 1;margin-bottom: 15px;}
.mo-f p { font-size: 14px;line-height: 1.5;margin-bottom: 6px;}

@media (max-width: 768px){
/*手机底部菜单*/
.footers { display:none}
.footer {background: #303030;display: -webkit-box;width: 100%;margin-top: 6px;background-size: 9px 128px;position: fixed;z-index: 110;bottom: 0;left: 0; display:block; line-height:45px;}
.footer a {-webkit-box-flex: 1;display: -webkit-box;color: #fff; display:inline-block; width:32%;font: 100 16px/35px "微软雅黑";height: 35px; line-height:35px; text-align:center;}
.footer a i { padding-right:5px;}
.hr { height:45px;}
}

@media (min-width: 992px) and (max-width: 1200px){
  
  .f-nav ul li a{padding: 0 30px;}
  .f-lx p{font-size: 14px;}
  .ly-nr .mess_list .form-control { width: 90%;}
  
}

@media (max-width: 992px){
  
}

@media (max-width: 767px){
  
}




/* 内页 */
.page-body { margin: 20px auto 50px;}
.left_menu{float: left;width: 21%;margin-right: 2%;padding: 0;}
.page-body .col-md-9{float: left;width: 77%;padding: 0;}


/* 左侧菜单 */
.page-body .sec-tit { margin-top: 15px;background: #003f93; height: 50px; line-height: 1; border: none;}
.sec-tit h2 { float: none;  margin-top: 0; margin-bottom: 0;height: auto; line-height: 50px; font-weight: normal; font-size: 20px; color: #fff; border-bottom: none; text-align: center;}

.page-l-clist{border: none;margin-top: 3px;}
.page-l-clist ul { padding: 0; border: none;}
.page-l-clist li.layer1 { height: auto;line-height: 1;text-align: left; font-size: 16px; border-bottom: none;z-index: 1;}
.page-l-clist li.layer1 a {display: block; overflow: hidden;padding: 15px 20px; border-bottom: 1px solid #ddd;background: #eee;}
.page-l-clist li.layer1 a span{float: left;}
.page-l-clist li.layer1 a .fa{float: right;}
.page-l-clist li a:hover {height: auto;color: #fff; background: #fc9f1d;}
.page-l-clist li.layer1.on a{height: auto;color: #fff; background: #fc9f1d;}

.page-l-clist li .layer2 { position: absolute;left: 100%; top: 0px; width: 210px; padding: 0;background: #f5f5f5; z-index: 9999;}
.page-l-clist li .layer2 ul{border: none;}
.page-l-clist li .layer2 ul li {height: auto; line-height: 1; border: none;}

.left-news{border: 1px solid #003f93;padding: 5px 10px;}
.left-news li {border-bottom: none;}
.left-news li a{display: block;padding: 8px 0;}
.left-news li a h5 {line-height: 1;text-align: left; font-size: 14px; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;color: #555;}
.left-news li a h5 .fa{margin-right: 5px;}
.left-news li a:hover h5{color: #fc9f1d;text-decoration: underline;}
.left-news li a:hover h5 .fa{color: #fc9f1d;}

.wp-pagenavi{text-align: center;}
.pagination>li>a, .pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #222;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #003f93;
    border-color: #003f93;
}



.crumbs-item {line-height: 1; border: none; overflow: hidden; margin-bottom: 0;background: #fafafa; box-shadow: 0 0 5px #ddd; padding: 15px 0;}
.crumbs-item h6 { font-size: 14px; line-height: 1;  color: #666;  border-left: 2px solid #44392a; padding: 2px 10px;}

.page-title{margin-bottom: 20px;}
.page-title h3 { height: 32px;position: relative;  color: #fff; border-bottom: 1px solid #bbb;}
.page-title a{display: none;pointer-events: none;}
.page-title a:last-child { display: block; position: absolute; top: 0;color: #003f93;font-size: 20px; font-weight: bold; border-bottom: 3px solid #003f93; line-height: 1;padding-bottom: 10px;z-index: 3;}



/* 图片列表 */
.page-alist {margin-top: 0;}
/* .page-alist .col-md-3{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-3 a{display:block;box-shadow: 0 0 5px #00000040;}
.page-alist .col-md-3 a h5 { font-size: 16px;line-height: 1;height: auto;padding: 10px 0; color: #343434;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.page-alist .col-md-3 a:hover h5{color: #003f93;}
.page-alist .col-md-3 a .img-inner{width: auto;height: 200px;border: none;padding: 0;overflow: hidden;display: flex;padding: 5px;}
.page-alist .col-md-3 a .img-inner img{ display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-3 a .img-inner:hover{border: none;}
.page-alist .col-md-3 a:hover .img-inner img{transform: scale(1.1);} */

.page-alist .col-md-4{margin-bottom: 15px;padding: 0 8px;}
.page-alist .col-md-4 a{display:block;}
.page-alist .col-md-4 a h5 { font-size: 16px;line-height: 1;height: auto;padding-top: 8px;color: #555;text-align: center;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;float:none;}
.page-alist .col-md-4 a:hover h5{color: #003f93;}
.page-alist .col-md-4 a .img-inner {  width: 300px;  height: 220px;  border: 1px solid #ccc;padding: 0; overflow: hidden;}
.page-alist .col-md-4 a .img-inner img { display: inline-block; margin: auto; max-width: 100%;max-height: 100%;}
.page-alist .col-md-4 a .img-inner:hover{border: 1px solid #003f93;}
.page-alist .col-md-4 a:hover .img-inner img{transform: scale(1.1);}


/* 新闻列表 */

.page-alist .page-adate {width: 70px;height: 65px;background: #222; color: #c96;}

.page-alist .page-adate h3 { font-size: 28px;line-height: 1;margin-bottom: 5px;}
.page-alist .page-adate p { font-size: 14px;line-height: 1; margin-bottom: 0;}

.media-heading {margin-top: 0; margin-bottom: 5px; font-size: 18px; font-weight: normal;color: #222;margin-top: 3px;}
.page-alist .page-atit p {color: #555;font-size: 14px; line-height: 1.5;}

.page-atit a:hover .media-heading{color: #c96;}

.news_alist li { clear: inherit;overflow: inherit; padding: 0;margin-bottom: 25px;}
.news_alist li a{display: block;padding: 20px;border: 1px solid #ddd; }
.news_alist .news-tit{overflow: hidden;border-bottom: 1px solid #ddd;padding-bottom: 10px;margin-bottom: 15px;}
.news_alist .news-tit h3 { float: left; width: 85%;font-size: 18px; line-height: 1; color: #444; overflow: hidden;text-overflow: ellipsis; white-space: nowrap;}
.news_alist .news-tit h5 { float: right; width: 15%; text-align: right; font-size: 13px;line-height: 1; color: #888;}
.news_alist li a p.description { font-size: 15px; line-height: 1.5; color: #777;}
.news_alist li a span { display: inline-block; font-size: 14px;line-height: 1; border: 1px solid #ddd; padding: 10px 30px; margin-top: 10px; color: #333;transition: all .5s;}
.news_alist li a:hover {border-color: #fc9f1d;box-shadow: 0 3px 7px #04539136;}
.news_alist li a:hover span{background: #fc9f1d;color: #fff;border-color: #fc9f1d;}

.news-img{float: left;width: 25%;height: 160px;overflow: hidden;}
.news-img img{width: 100%;min-height: 100%;}
.news-info{float: left;width: 75%;padding-left: 15px;}


/* 详情页 */
.page-con-tit{}
.page-con-tit h1 { font-size: 20px; line-height: 1; letter-spacing: 1px; padding-bottom: 10px;}

.page-content{padding: 0 15px 15px;}
.page-content p {font-size: 15px; line-height: 1.5;  color: #444;margin-bottom: 6px;}

td, th { padding: 0; padding: 5px;font-size: 15px;line-height: 1.5;}


/* 地图 */
.page-addr{margin-top: 30px;}
.page-addr iframe{width: 100%;}



.page-nav{padding: 0 10px;margin-bottom:20px;display: none;}
.page-nav ul{overflow: hidden;}
.page-nav ul li{float: left;width: 33.3333%;text-align: center;margin-bottom: 10px;padding: 0 5px;}
.page-nav ul li a {display: block;font-size: 15px;line-height: 1;  background: #eee;padding: 15px 0;}
.page-nav ul li a:hover {  background: #003f93; color: #fff;}


@media (min-width: 992px) and (max-width: 1200px){
  
}
@media (max-width: 992px){

  .page-body .col-md-9{float: none;width: 100%;}
  
  .page-alist .col-md-4 {  margin-bottom: 15px; padding: 0 8px; float: left; width: 33.3333%;}
  .page-alist .col-md-4 a .img-inner{height: 170px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px; float: left;width: 25%;}
  .page-alist .col-md-3 a .img-inner{height: 170px;}
  
  .news_alist li a{padding:15px;}
  .news_alist li a p.description {font-size: 13px; line-height: 1.5;color: #777;}
  
  .page-nav{display: block;}
  
}
@media (max-width: 767px){

  .page-alist{padding: 0 10px;}
  .page-alist .col-md-4{padding: 0 5px;}
  
  .img-inner { height: 120px;}
  
  .page-alist .col-md-4 { margin-bottom: 15px;width: 50%;}
  .page-alist .col-md-4 a .img-inner {height: 140px;}
  .page-alist .col-md-4 a h5{font-size: 14px;}
  
  .page-alist .col-md-3 {margin-bottom: 15px;float: left; width: 50%;}
  .page-alist .col-md-3 a h5 {font-size: 14px; padding: 10px 0;}
  
  .news-img {float: none; width: 100%;height: 200px;overflow: hidden;margin-bottom: 10px;}
  .news-info {float: none; width: 100%;padding-left: 0;}
  .news_alist .news-tit h3{float: none;width: 100%;margin-bottom: 5px;}
  .news_alist .news-tit h5{float: none;width: 100%;text-align: left;}
  
  .page-alist .page-adate {background: #222;color: #c96;}
  .page-alist .page-adate h3{font-size: 24px;margin-top: 10px;}
  .page-alist .page-adate p{font-size: 13px;}
  
  .page-alist .page-atit p { color: #666; font-size: 13px;line-height: 1.5;height: 4rem;}
  
  .page-con-tit h1 { font-size: 18px;  line-height: 1;letter-spacing: 0;padding-bottom: 10px;}
  
  .page-nav ul li{width: 50%;}
  .page-nav ul li a {font-size: 13px; padding: 10px 0;}
  
  .page-title{display: none;}
  
  .news_alist li a { padding: 10px;}
  
  .page-content p { font-size: 13px;  line-height: 1.5;color: #444;margin-bottom: 5px;}
  
}






